home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / iv.dir / 00003_frame scripts.ls < prev    next >
Encoding:
Text File  |  1996-04-19  |  16.0 KB  |  384 lines

  1. on RolloverCheck
  2.   global givATHLETESELECTSPRITE, givARROWSPRITE, givArrowRectList, givCurrArrow, givTOPICSELECTSPRITE, givLOADSPRITE, givCONTROLPANELSPRITE, givSELECTNONESPRITE, givSELECTALLSPRITE, givState, givLastRollover, exitFrame, givEditListPlayFlag, givCreditsCleanupFlag, givSelectCleanupFlag, givRollCreditsCleanupFlag, givTrollCleanupFlag, givMainMonitorRefreshFlag, givTransitionTestCleanupFlag, givFullPath
  3.   if givTransitionTestCleanupFlag = 1 then
  4.     set givTransitionTestCleanupFlag to 0
  5.     TransitionTestCleanup()
  6.     exit
  7.   end if
  8.   if givEditListPlayFlag = 1 then
  9.     set givEditListPlayFlag to 0
  10.     set the editListPlaybackPtr of givState to the editListPlaybackPtr of givState + 1
  11.     MessagePut("incrementing the editListPlaybackPtr to " & the editListPlaybackPtr of givState)
  12.     if (the activeVideoMode of givState = #play) or (the activeVideoMode of givState = #pause) then
  13.       EditListPlay(0, the activeVideoMode of givState)
  14.     else
  15.       EditListPlay(0, #play)
  16.     end if
  17.     exit
  18.   end if
  19.   if givCreditsCleanupFlag = 1 then
  20.     set givCreditsCleanupFlag to 0
  21.     CreditsCleanup()
  22.     exit
  23.   end if
  24.   if givRollCreditsCleanupFlag = 1 then
  25.     set givRollCreditsCleanupFlag to 0
  26.     RollCreditsCleanup()
  27.     set the selectListPlaybackPtr of givState to 1
  28.     EditListPlay(0, #play)
  29.     exit
  30.   end if
  31.   if givSelectCleanupFlag = 1 then
  32.     set givSelectCleanupFlag to 0
  33.     SelectCleanup()
  34.     exit
  35.   end if
  36.   if givTrollCleanupFlag = 1 then
  37.     set givTrollCleanupFlag to 0
  38.     TrollCleanup()
  39.     exit
  40.   end if
  41.   if givMainMonitorRefreshFlag = 1 then
  42.     set givMainMonitorRefreshFlag to 0
  43.     RefreshMainMonitor()
  44.     exit
  45.   end if
  46.   set rollsprite to 0
  47.   set arrowFlag to CheckArrow()
  48.   if ((the mode of givState = #play) and ((arrowFlag = 2) or ((arrowFlag = 3) and (count(the editList of givState) < 1)) or (arrowFlag = 5) or (arrowFlag = 8) or ((arrowFlag = 9) and (count(the editList of givState) < 1)) or (arrowFlag = 11))) or (((arrowFlag = 6) or (arrowFlag = 12)) and (count(GetMonitorListByNumber(6)) = 0)) then
  49.     nothing()
  50.   else
  51.     if arrowFlag <> 0 then
  52.       set str to getAt(givArrowRectList, arrowFlag)
  53.       if arrowFlag > 6 then
  54.         set the castNum of sprite givARROWSPRITE to the number of cast "IncrementArrow" + 1
  55.         set givCurrArrow to arrowFlag - 6
  56.       else
  57.         set the castNum of sprite givARROWSPRITE to the number of cast "DecrementArrow" + 1
  58.         set givCurrArrow to arrowFlag
  59.       end if
  60.       set the locH of sprite givARROWSPRITE to value(item 5 of str)
  61.       set the locV of sprite givARROWSPRITE to value(item 6 of str)
  62.       ResetRollover(99)
  63.       UIRollover(46, 47)
  64.       exit
  65.     end if
  66.   end if
  67.   if the mode of givState = #edit then
  68.     if rollOver(givCONTROLPANELSPRITE + 1) and (count(the editList of givState) > 0) then
  69.       set the castNum of sprite (givCONTROLPANELSPRITE + 1) to the number of cast "save button" + 1
  70.       ResetRollover(givCONTROLPANELSPRITE + 1)
  71.       UIRollover(46, 47)
  72.       exit
  73.     end if
  74.     if rollOver(givCONTROLPANELSPRITE + 2) then
  75.       set the castNum of sprite (givCONTROLPANELSPRITE + 2) to the number of cast "credits button" + 1
  76.       ResetRollover(givCONTROLPANELSPRITE + 2)
  77.       UIRollover(46, 47)
  78.       exit
  79.     end if
  80.     if rollOver(givCONTROLPANELSPRITE + 8) and (count(the questionSelectList of givState) > 0) then
  81.       set the castNum of sprite (givCONTROLPANELSPRITE + 8) to the number of cast "next button" + 1
  82.       ResetRollover(givCONTROLPANELSPRITE + 8)
  83.       UIRollover(46, 47)
  84.       exit
  85.     end if
  86.     if rollOver(givCONTROLPANELSPRITE + 9) then
  87.       set rollsprite to givCONTROLPANELSPRITE + 9
  88.       if the activeVideoMode of givState = #play then
  89.         set the castNum of sprite (givCONTROLPANELSPRITE + 9) to the number of cast "pause button" + 1
  90.       else
  91.         set the castNum of sprite (givCONTROLPANELSPRITE + 9) to the number of cast "play button" + 1
  92.       end if
  93.       ResetRollover(rollsprite)
  94.       UIRollover(46, 47)
  95.       exit
  96.     end if
  97.     if rollOver(givCONTROLPANELSPRITE + 10) and ((the activeVideoMode of givState = #play) or (the activeVideoMode of givState = #pause)) then
  98.       set rollsprite to givCONTROLPANELSPRITE + 10
  99.       set the castNum of sprite (givCONTROLPANELSPRITE + 10) to the number of cast "stop button" + 1
  100.       ResetRollover(rollsprite)
  101.       UIRollover(46, 47)
  102.       exit
  103.     end if
  104.     if rollOver(givCONTROLPANELSPRITE + 11) and (count(the questionSelectList of givState) > 0) then
  105.       set rollsprite to givCONTROLPANELSPRITE + 11
  106.       set the castNum of sprite (givCONTROLPANELSPRITE + 11) to the number of cast "previous button" + 1
  107.       ResetRollover(rollsprite)
  108.       UIRollover(46, 47)
  109.       exit
  110.     end if
  111.   end if
  112.   if the mode of givState = #play then
  113.     if rollOver(givCONTROLPANELSPRITE + 8) and (count(the questionSelectList of givState) > 0) then
  114.       set rollsprite to givCONTROLPANELSPRITE + 8
  115.       set the castNum of sprite (givCONTROLPANELSPRITE + 8) to the number of cast "play mode next button" + 1
  116.       ResetRollover(rollsprite)
  117.       UIRollover(46, 47)
  118.       exit
  119.     end if
  120.     if rollOver(givCONTROLPANELSPRITE + 9) then
  121.       set rollsprite to givCONTROLPANELSPRITE + 9
  122.       if the activeVideoMode of givState = #play then
  123.         set the castNum of sprite (givCONTROLPANELSPRITE + 9) to the number of cast "play mode pause button" + 1
  124.       else
  125.         set the castNum of sprite (givCONTROLPANELSPRITE + 9) to the number of cast "play mode play button" + 1
  126.       end if
  127.       ResetRollover(rollsprite)
  128.       UIRollover(46, 47)
  129.       exit
  130.     end if
  131.     if rollOver(givCONTROLPANELSPRITE + 10) and ((the activeVideoMode of givState = #play) or (the activeVideoMode of givState = #pause)) then
  132.       set rollsprite to givCONTROLPANELSPRITE + 10
  133.       set the castNum of sprite (givCONTROLPANELSPRITE + 10) to the number of cast "play mode stop button" + 1
  134.       ResetRollover(rollsprite)
  135.       UIRollover(46, 47)
  136.       exit
  137.     end if
  138.     if rollOver(givCONTROLPANELSPRITE + 11) and (count(the questionSelectList of givState) > 0) then
  139.       set rollsprite to givCONTROLPANELSPRITE + 11
  140.       set the castNum of sprite (givCONTROLPANELSPRITE + 11) to the number of cast "play mode previous button" + 1
  141.       ResetRollover(rollsprite)
  142.       UIRollover(46, 47)
  143.       exit
  144.     end if
  145.   end if
  146.   if rollOver(givCONTROLPANELSPRITE + 3) and (count(the editList of givState) > 0) then
  147.     set rollsprite to givCONTROLPANELSPRITE + 3
  148.     set the castNum of sprite (givCONTROLPANELSPRITE + 3) to the number of cast "preview button" + 1
  149.     ResetRollover(rollsprite)
  150.     UIRollover(46, 47)
  151.     exit
  152.   end if
  153.   if rollOver(givCONTROLPANELSPRITE + 4) and (count(the editList of givState) > 0) then
  154.     set rollsprite to givCONTROLPANELSPRITE + 4
  155.     set the castNum of sprite (givCONTROLPANELSPRITE + 4) to the number of cast "remove button" + 1
  156.     ResetRollover(rollsprite)
  157.     UIRollover(46, 47)
  158.     exit
  159.   end if
  160.   if rollOver(givCONTROLPANELSPRITE + 5) and (count(the editList of givState) > 0) then
  161.     set rollsprite to givCONTROLPANELSPRITE + 5
  162.     set the castNum of sprite (givCONTROLPANELSPRITE + 5) to the number of cast "replace button" + 1
  163.     ResetRollover(rollsprite)
  164.     UIRollover(46, 47)
  165.     exit
  166.   end if
  167.   if rollOver(givCONTROLPANELSPRITE + 6) then
  168.     set rollsprite to givCONTROLPANELSPRITE + 6
  169.     set the castNum of sprite (givCONTROLPANELSPRITE + 6) to the number of cast "insert button" + 1
  170.     ResetRollover(rollsprite)
  171.     UIRollover(46, 47)
  172.     exit
  173.   end if
  174.   if rollOver(givCONTROLPANELSPRITE + 7) then
  175.     set rollsprite to givCONTROLPANELSPRITE + 7
  176.     set the castNum of sprite (givCONTROLPANELSPRITE + 7) to the number of cast "add button" + 1
  177.     ResetRollover(rollsprite)
  178.     UIRollover(46, 47)
  179.     exit
  180.   end if
  181.   if rollOver(givSELECTNONESPRITE) and not ((the activeMonitor of givState = 3) and (the mode of givState = #play)) then
  182.     set rollsprite to givSELECTNONESPRITE
  183.     set the castNum of sprite givSELECTNONESPRITE to the number of cast "select none button" + 1
  184.     ResetRollover(rollsprite)
  185.     UIRollover(46, 47)
  186.     exit
  187.   end if
  188.   if rollOver(givSELECTALLSPRITE) and not ((the activeMonitor of givState = 3) and (the mode of givState = #play)) then
  189.     set rollsprite to givSELECTALLSPRITE
  190.     set the castNum of sprite givSELECTALLSPRITE to the number of cast "select all button" + 1
  191.     ResetRollover(rollsprite)
  192.     UIRollover(46, 47)
  193.     exit
  194.   end if
  195.   if rollOver(givATHLETESELECTSPRITE) then
  196.     set rollsprite to givATHLETESELECTSPRITE
  197.     set the castNum of sprite givATHLETESELECTSPRITE to the number of cast "AthleteSelect" + 1
  198.     ResetRollover(rollsprite)
  199.     UIRollover(46, 47)
  200.     exit
  201.   end if
  202.   if rollOver(givTOPICSELECTSPRITE) then
  203.     set rollsprite to givTOPICSELECTSPRITE
  204.     set the castNum of sprite givTOPICSELECTSPRITE to the number of cast "TopicSelect" + 1
  205.     ResetRollover(rollsprite)
  206.     UIRollover(46, 47)
  207.     exit
  208.   end if
  209.   if rollOver(givLOADSPRITE) then
  210.     set rollsprite to givLOADSPRITE
  211.     set the castNum of sprite givLOADSPRITE to the number of cast "Load" + 1
  212.     ResetRollover(rollsprite)
  213.     UIRollover(46, 47)
  214.     exit
  215.   end if
  216.   if givFullPath = 1 then
  217.     nothing()
  218.   else
  219.   end if
  220.   ResetRollover(rollsprite)
  221.   UIRollover(46, 47)
  222. end
  223.  
  224. on CheckArrow
  225.   global givArrowRectList
  226.   set H to the mouseH
  227.   set v to the mouseV
  228.   set found to 0
  229.   repeat with I = 1 to 12
  230.     set str to getAt(givArrowRectList, I)
  231.     if (H >= value(item 1 of str)) and (H <= value(item 3 of str)) and (v >= value(item 2 of str)) and (v <= value(item 4 of str)) then
  232.       set found to I
  233.       return found
  234.       exit
  235.     end if
  236.   end repeat
  237.   return found
  238. end
  239.  
  240. on ResetRollover rollsprite
  241.   global givATHLETESELECTSPRITE, givARROWSPRITE, givTOPICSELECTSPRITE, givLOADSPRITE, givCONTROLPANELSPRITE, givSELECTALLSPRITE, givSELECTNONESPRITE, givState, givLastRollover
  242.   if rollsprite <> givLastRollover then
  243.     MessagePut("rollsprite, givLastRollover" && rollsprite && givLastRollover)
  244.     if givLastRollover = 99 then
  245.       set the locV of sprite givARROWSPRITE to -100
  246.       set the castNum of sprite givARROWSPRITE to the number of cast "nullcast"
  247.     end if
  248.     if givLastRollover = givSELECTALLSPRITE then
  249.       set the castNum of sprite givSELECTALLSPRITE to the number of cast "select all button"
  250.     end if
  251.     if givLastRollover = givSELECTNONESPRITE then
  252.       set the castNum of sprite givSELECTNONESPRITE to the number of cast "select none button"
  253.     end if
  254.     if givLastRollover = givATHLETESELECTSPRITE then
  255.       set the castNum of sprite givATHLETESELECTSPRITE to the number of cast "AthleteSelect"
  256.     end if
  257.     if givLastRollover = givLOADSPRITE then
  258.       set the castNum of sprite givLOADSPRITE to the number of cast "Load"
  259.     end if
  260.     if givLastRollover = givTOPICSELECTSPRITE then
  261.       set the castNum of sprite givTOPICSELECTSPRITE to the number of cast "TopicSelect"
  262.     end if
  263.     if the mode of givState = #edit then
  264.       if givLastRollover = (givCONTROLPANELSPRITE + 1) then
  265.         set the castNum of sprite (givCONTROLPANELSPRITE + 1) to the number of cast "save button"
  266.       end if
  267.       if givLastRollover = (givCONTROLPANELSPRITE + 2) then
  268.         set the castNum of sprite (givCONTROLPANELSPRITE + 2) to the number of cast "credits button"
  269.       end if
  270.       if givLastRollover = (givCONTROLPANELSPRITE + 8) then
  271.         set the castNum of sprite (givCONTROLPANELSPRITE + 8) to the number of cast "next button"
  272.       end if
  273.       if (givLastRollover = (givCONTROLPANELSPRITE + 9)) and (the activeVideoMode of givState <> #play) then
  274.         set the castNum of sprite (givCONTROLPANELSPRITE + 9) to the number of cast "play button"
  275.       end if
  276.       if (givLastRollover = (givCONTROLPANELSPRITE + 9)) and (the activeVideoMode of givState = #play) then
  277.         set the castNum of sprite (givCONTROLPANELSPRITE + 9) to the number of cast "pause button"
  278.       end if
  279.       if (givLastRollover = (givCONTROLPANELSPRITE + 10)) and ((the activeVideoMode of givState = #play) or (the activeVideoMode of givState = #pause)) then
  280.         set the castNum of sprite (givCONTROLPANELSPRITE + 10) to the number of cast "stop button"
  281.       end if
  282.       if givLastRollover = (givCONTROLPANELSPRITE + 11) then
  283.         set the castNum of sprite (givCONTROLPANELSPRITE + 11) to the number of cast "previous button"
  284.       end if
  285.     end if
  286.     if the mode of givState = #play then
  287.       if givLastRollover = (givCONTROLPANELSPRITE + 8) then
  288.         set the castNum of sprite (givCONTROLPANELSPRITE + 8) to the number of cast "play mode next button"
  289.       end if
  290.       if (givLastRollover = (givCONTROLPANELSPRITE + 9)) and (the activeVideoMode of givState <> #play) then
  291.         set the castNum of sprite (givCONTROLPANELSPRITE + 9) to the number of cast "play mode play button"
  292.       end if
  293.       if (givLastRollover = (givCONTROLPANELSPRITE + 9)) and (the activeVideoMode of givState = #play) then
  294.         set the castNum of sprite (givCONTROLPANELSPRITE + 9) to the number of cast "play mode pause button"
  295.       end if
  296.       if (givLastRollover = (givCONTROLPANELSPRITE + 10)) and ((the activeVideoMode of givState = #play) or (the activeVideoMode of givState = #pause)) then
  297.         set the castNum of sprite (givCONTROLPANELSPRITE + 10) to the number of cast "play mode stop button"
  298.       end if
  299.       if givLastRollover = (givCONTROLPANELSPRITE + 11) then
  300.         set the castNum of sprite (givCONTROLPANELSPRITE + 11) to the number of cast "play mode previous button"
  301.       end if
  302.     end if
  303.     if givLastRollover = (givCONTROLPANELSPRITE + 3) then
  304.       set the castNum of sprite (givCONTROLPANELSPRITE + 3) to the number of cast "preview button"
  305.     end if
  306.     if givLastRollover = (givCONTROLPANELSPRITE + 4) then
  307.       set the castNum of sprite (givCONTROLPANELSPRITE + 4) to the number of cast "remove button"
  308.     end if
  309.     if givLastRollover = (givCONTROLPANELSPRITE + 5) then
  310.       set the castNum of sprite (givCONTROLPANELSPRITE + 5) to the number of cast "replace button"
  311.     end if
  312.     if givLastRollover = (givCONTROLPANELSPRITE + 6) then
  313.       set the castNum of sprite (givCONTROLPANELSPRITE + 6) to the number of cast "insert button"
  314.     end if
  315.     if givLastRollover = (givCONTROLPANELSPRITE + 7) then
  316.       set the castNum of sprite (givCONTROLPANELSPRITE + 7) to the number of cast "add button"
  317.     end if
  318.   end if
  319.   set givLastRollover to rollsprite
  320. end
  321.  
  322. on SelectCleanup
  323.   global givState
  324.   MessagePut("after select cleanup, the questionList is" && the questionList of givState)
  325. end
  326.  
  327. on CreditsCheck
  328. end
  329.  
  330. on CreditsCleanup
  331.   global givMAINMONITORSPRITE, givState
  332.   if the mode of givState = #edit then
  333.     set the castNum of sprite givMAINMONITORSPRITE to the number of cast "MainMonitorCast"
  334.   else
  335.     set the castNum of sprite givMAINMONITORSPRITE to the number of cast "MainMonitorCastBlack"
  336.   end if
  337. end
  338.  
  339. on RollCreditsCleanup
  340.   global givMAINMONITORSPRITE
  341. end
  342.  
  343. on TrollCleanup
  344.   MessagePut("entering troll cleanup")
  345.   set the visible of sprite 42 to 1
  346.   set the visible of sprite 43 to 1
  347.   SetMode(#edit, 0, "skip")
  348. end
  349.  
  350. on RefreshMainMonitor
  351.   global givState, givMAINMONITORSPRITE, givEDITTEXTBOXSPRITE, givPlayingQSL
  352.   MessagePut("refreshing the main monitor")
  353.   if the mode of givState = #play then
  354.     set the visible of sprite givMAINMONITORSPRITE to 0
  355.     set the castNum of sprite givMAINMONITORSPRITE to the number of cast "MainMonitorCastBlack"
  356.     set the visible of sprite givMAINMONITORSPRITE to 1
  357.     updateStage()
  358.   else
  359.     set the visible of sprite givMAINMONITORSPRITE to 0
  360.     set the castNum of sprite givMAINMONITORSPRITE to the number of cast "MainMonitorCast"
  361.     set the visible of sprite givMAINMONITORSPRITE to 1
  362.     updateStage()
  363.     set the visible of sprite givEDITTEXTBOXSPRITE to 1
  364.     updateStage()
  365.   end if
  366.   set givPlayingQSL to 0
  367.   DVHide()
  368.   set the activeVideoMode of givState to #stop
  369.   EnableIdleAnim(46, 47)
  370. end
  371.  
  372. on TransitionTestCleanup
  373.   global givMAINMONITORSPRITE, givTransTestPtr, givState, givEDITTEXTBOXSPRITE, givTransTest
  374.   if (count(the questionSelectList of givState) > 0) and (givTransTestPtr <> 0) then
  375.     set givTransTestPtr to givTransTestPtr + 1
  376.     DoTransitionTest()
  377.     exit
  378.   end if
  379.   set the castNum of sprite givMAINMONITORSPRITE to the number of cast "MainMonitorCast"
  380.   set the visible of sprite givEDITTEXTBOXSPRITE to 1
  381.   EnableIdleAnim(46, 47)
  382.   set givTransTest to 0
  383. end
  384.